/*File name is JH-family pg css main.css*/

th	{font: arial;
 	charset=iso-8859-1;  	
	font-size: 12pt;
	color:#000000;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-color:black;
	text-align: center;
	}

td 	{font: Book Antiqua;
   	font-size: 14pt;
	color:#000000;			/*This is black*/
	border-style:solid;
	border-width:1px;
	border-color:black;
	text-align: left;
	text-indent:20px;		/*Changed from 40px 120403*/
	}

body	{background:#ccffcc; 	/*This is light green.*/
  	font-size: 14pt;
	font: arial;		
	margin-left: 20pt;
	text-align: center;
	}

p 	{margin-left: 10pt; 
	text-align: left;
	text-indent: 50px;		/*Changed to pixels 10/2/03.*/
	}

li	{color:#ff3300; 	 	/*Red dots*/
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	}


h1	 {font: 24pt ProseAntique;
	 font-weight: bold;
	 color: #ff3300;
	 text-align: center;
	}

h2	{font: 16pt ProseAntique;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}

h3	{font: 12pt Book Antiqua;
	font-weight: bold;
	}

span	{color:#000000;}	/*Color black*/

a	{font-weight: bold;
	font-style: italic;
	}

a:hover {color:#ff0000;}	/*color red*/

		







	